home *** CD-ROM | disk | other *** search
/ SGI Hot Mix 8 / Hot Mix 8.iso / .all / demos / MorfDMG / InstallIt (.txt) next >
Text File  |  1994-06-22  |  493b  |  16 lines

  1. #!/bin/csh -f
  2.  
  3. set MYAPP=morf
  4. set CD_PATH=$HOTMIXDIR/demos/MorfDMG
  5. cd $CD_PATH
  6.  
  7. xwsh -bg royalblue -fg white -geom 80x30+100+100 \
  8.         -title "Installing MorfDMG..." \
  9.         -e /bin/csh -c \
  10.         "echo ; \
  11.          echo Installation of this product requires ROOT privileges.; \
  12.          echo If your system has a ROOT password, you must enter it.; \
  13.          echo If you have no ROOT password, you will not be prompted for it.; \
  14.          echo ; \
  15.          su root -c './InstallIt2'"
  16.